Scatter plots with ggplot2 (plotly.com)
Line plots with R (plotly.com)
可以在aes()設定要帶入圖的變數時,新增一個text變數,手動設定要呈現的動態呈現方塊。但要注意的是,要多加入一個group=1才能夠作用(WHY?)
aes()
text
group=1
Bar charts with R (plotly.com)
Box plots with ggplot2 (plotly.com)